3 subject="""comment 7"""
4 date="2024-11-15T17:16:51Z"
6 Trying the same command but with versioning=yes, I have verified that
8 * it does not have the same loop forever behavior
9 * it does use a lot of memory quite quickly
11 Going back to the unversioned command, I was able to reduce the memory use
12 by 20% by processing each result, rather than building up a list of results
13 and processing at the end. It will be harder to do that in the versioning
14 case, but I expect it will improve it at least that much, and probably
15 more, since it will be able to GC all the delete markers.